projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8eb2619
)
entry: queue an allocate when pulsing
author
Benjamin Otte
<otte@redhat.com>
Thu, 4 Feb 2016 11:24:34 +0000
(12:24 +0100)
committer
Benjamin Otte
<otte@redhat.com>
Thu, 4 Feb 2016 11:25:13 +0000
(12:25 +0100)
We need to reposition the progress gadget and that's done during
allocation.
gtk/gtkentry.c
patch
|
blob
|
history
diff --git
a/gtk/gtkentry.c
b/gtk/gtkentry.c
index 2d07e1bc9f23e11b7dedf0d587b46f09fecd7da7..dad0869f440e95cca373cb111b8d4c8c2268ce42 100644
(file)
--- a/
gtk/gtkentry.c
+++ b/
gtk/gtkentry.c
@@
-10429,7
+10429,7
@@
tick_cb (GtkWidget *widget,
}
}
- gtk_widget_queue_
draw
(widget);
+ gtk_widget_queue_
allocate
(widget);
return G_SOURCE_CONTINUE;
}